home *** CD-ROM | disk | FTP | other *** search
/ Leer Poker Spelen / Unibet.iso / content / TheCD3.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-12-19  |  131 b   |  11 lines

  1. on(rollOver){
  2.    with(_root.pokerhand)
  3.    {
  4.       gotoAndPlay(35);
  5.    }
  6.    with(_root)
  7.    {
  8.       gotoAndStop(5);
  9.    }
  10. }
  11.